ImageGear .NET v24.12 - Updated
IndexOf Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : IndexOf Method
The item to locate in the list.
Determines the index of a specific item in the list.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal item As T _
) As Integer
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim item As T
Dim value As Integer
 
value = instance.IndexOf(item)
public virtual int IndexOf( 
   T item
)
public: virtual int IndexOf( 
   T* item
) 
public:
virtual int IndexOf( 
   T^ item
) 

Parameters

item
The item to locate in the list.

Return Value

The index of the item if found in the list; otherwise, -1.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members